home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineSprite_414 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  331 b   |  14 lines

  1. _root.fade_success = 0;
  2. i = 1;
  3. while(i <= 8)
  4. {
  5.    savefile = SharedObject.getLocal("Hewitt_file" + i);
  6.    savefile.data.save_name != undefined ? (_root["file_name" + i] = savefile.data.save_name) : (_root["file_name" + i] = "empty");
  7.    i++;
  8. }
  9. if(_root.even7 == 15)
  10. {
  11.    _root.TUTS.nextFrame();
  12.    _root.even7 = 16;
  13. }
  14.